Closed idicrc closed 1 year ago
I will test it in ubuntu 22.04.
I did not encounter this build error like you on ubuntu 22.04 (kernel:5.19.0-1025, gcc:11.4.0), but I has fixed some other build errors on ubuntu 22.04 .
Whether it is directly from the github clone code and compiled according to the guidelines, or whether there are other modifications
Mr. Jiang:
Thanks for the information. I’ve already figured out a way around the problem and have F-Stack working just fine on Ubuntu.
Question: Do you guys have any employment/contract openings? I’d love to work with you guys!
Cheers, Robert Moore 719-640-4920 (Colorado, US)
From: johnjiang @.> Sent: Monday, August 14, 2023 5:51 AM To: F-Stack/f-stack @.> Cc: Robert Moore @.>; Author @.> Subject: Re: [F-Stack/f-stack] Failed during "f-stack/lib" make (Issue #777)
I did not encounter this compilation error on ubuntu22.04 (kernel:5.19.0-1025, gcc:11.4.0).
Whether it is directly from the github clone code and compiled according to the guidelines, or whether there are other modifications
— Reply to this email directly, view it on GitHub https://github.com/F-Stack/f-stack/issues/777#issuecomment-1677179660 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ARR4FKIPOYOFWFJ4O5S3XVIGL7ANCNFSM6AAAAAA2QO7FT4 . You are receiving this because you authored the thread.Message ID: @.***>
Hi Robert:
Glad to hear you've solved the problem.
We don't have employment/contract opening at the moment, but community communication and contributions are welcome at any time
Best Regards, Fengbo Jiang
发件人: Robert Moore @.> 发送时间: 2023年8月16日 0:11 收件人: F-Stack/f-stack @.> 抄送: fengbojiang(姜凤波) @.>; Comment @.> 主题: [Internet]Re: [F-Stack/f-stack] Failed during "f-stack/lib" make (Issue #777)
Mr. Jiang:
Thanks for the information. I’ve already figured out a way around the problem and have F-Stack working just fine on Ubuntu.
Question: Do you guys have any employment/contract openings? I’d love to work with you guys!
Cheers, Robert Moore 719-640-4920 (Colorado, US)
From: johnjiang @.<mailto:@.>> Sent: Monday, August 14, 2023 5:51 AM To: F-Stack/f-stack @.<mailto:@.>> Cc: Robert Moore @.<mailto:@.>>; Author @.<mailto:@.>> Subject: Re: [F-Stack/f-stack] Failed during "f-stack/lib" make (Issue #777)
I did not encounter this compilation error on ubuntu22.04 (kernel:5.19.0-1025, gcc:11.4.0).
Whether it is directly from the github clone code and compiled according to the guidelines, or whether there are other modifications
— Reply to this email directly, view it on GitHub https://github.com/F-Stack/f-stack/issues/777#issuecomment-1677179660 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ARR4FKIPOYOFWFJ4O5S3XVIGL7ANCNFSM6AAAAAA2QO7FT4 . You are receiving this because you authored the thread.Message ID: @.<mailto:@.>>
— Reply to this email directly, view it on GitHubhttps://github.com/F-Stack/f-stack/issues/777#issuecomment-1679222310, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AANYBRSMFNBOJ5RRPUZZEC3XVONSJANCNFSM6AAAAAA2QO7FT4. You are receiving this because you commented.Message ID: @.**@.>>
Using F-Stack v1.23, Ubuntu Host Linux, v22.04 and DPDK v21.11.4 The ../dpdk directory builds just fine...no errors. When entering ../lib , I run a make and it runs for a while and then exits with an error: 'opt_atpic.h' ... no such file when compiling the freebsd module: machdep.c ( in .../freebsd/amd64/amd64 )
Has any one seen this? I checked the entire system and there's no file called "opt_atpic.h". Is this file supposed to be created by the F-Stack build itself?
Thanks...